#popupbar-section{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 8px 0px;
    display: none;
}
#menubarinsidebar{
    display: flex; 
    align-items: center; 
    justify-content: center; 
    flex-direction: column; 
    display: none;  
    overflow: auto;
    border: 2px solid grey;
    width: 80%;
    background: none;
}
#caretup{
    display: none;
}